Column CSS Registry entry

Specify the default font family and font size for Vitalware client controls that display HTML formatted text (i.e. KEHTMLFrame controls).

Usage

This Registry entry can be assigned to users and groups:

Key User Group Group
Key 1 User Group Group
Key 2 user group Default
Key 3 Table
Key 4 table
Key 5 Column CSS
Key 6 column
Value css

where:

column

is the column to which the CSS settings are applied. Each KEHTMLFrame control is associated with a column.

Note: Unfortunately the What's this? Help tool does not work with KEHTMLFrame controls. The simplest way to identify the column name associated with a KEHTMLFrame control is to use the Report Properties dialogue to identify which column contains the HTML content.

css

is a CSS format.

For example, the following value will set the default font to Arial with a font size of 2:

body {font-family: arial;font-size: x-small;}

Example

The following example specifies the default font family and size for the KEHTMLFrame control on the Communicationtab of the Communications module for all users:

Key Setting
Key 1 Group
Key 2 Default
Key 3 Table
Key 4 eletters
Key 5 Column CSS
Key 6 HTML
Value body {font-family: arial;font-size: x-small;}